-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSDK-8017: linting action #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for adding the linting
.github/workflows/golangci-lint.yml
Outdated
buildvcs: false | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this go version is too low -- we are on go version 1.21
.github/workflows/test.yml
Outdated
- name: Run lint | ||
run: | | ||
make lint | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you already lint in the other github action, you don't need to lint here as well
added the github action for linting on PR
also removed unused functions